@charset "UTF-8";
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;position:relative;color:#000;font:14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#333;}
a:visited{color:#333;}
a:hover,a:active,a:focus{color:#005ad2;text-decoration:none;outline:none;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
h1,h2,h3,h4{font-size:14px;}
hr {border: 0;height:0;}

.top {
    line-height: 35px;
	color: #fff;
	background: #3f3f3f;
}
.top a {
	color:#fff;
}
/*导航*/
.navbar-default {
    border-color: transparent;
	background-color: transparent;	
}
.navbar {
    margin: 0;   
}
.navbar-brand {
    padding:20px 0!important;
    height:auto;
}
.navbar-static-top {
	border-width: 0 0 0px; 
}
.navbar-nav {
	padding: 20px 0;
}
.navbar-nav>li {
	margin-left:2px;
}
.navbar-nav>li a{
    padding: 15px;
	font-size:16px;
	color:#000;
}
.navbar-nav>li a:hover,.navbar-nav>li a.active{
    color: #fff!important;
    background: #ff7f27!important;
}
.navbar-toggle.collapsed {
	margin-top: 20px;
}
@media (min-width:768px) and (max-width:1200px){
    .navbar-nav>li a{
		padding: 15px 10px;
	}
}
@media (min-width:992px) and (max-width:1200px){
    .navbar-header{
        width:35%;
    }
}
@media (min-width:768px) and (max-width:991px){
	.navbar-header{
        width:36%;
    }
	.navbar-nav>li a {
        padding:15px 5px;
    }
	.navbar-brand {
		padding:15px 0!important;
	}
}
@media (max-width:768px){
    .navbar-brand{
        width: 80%;
    }
    .navbar-nav>li a {
        padding:10px;
		font-size:14px;
    }
    .navbar-nav {
      margin:0 -15px!important;
	  padding:0px;
    }	
}

.jianju {
	padding: 45px 0px;
}
.intro-box {
    background-image: linear-gradient(to right, #005ad2 , #026af5);
    padding: 20px 0;
    color: #fff;
}
.miaos span{
    font-size: 20px;
}
.tel {
    font-size: 32px;
}
@media (max-width: 768px){
    .intro-box {
        padding: 10px 0;
    }
    .miaos span{
        font-size: 14px;
    } 
    .miaos p{
        font-size: 12px;
    }
    .title p {
        font-size: 14px!important;
    }
}

.title {
    font-size: 32px;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px;
}
.title span {
    color: #ff7f27;   
}
.title p {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.index-bg {
    background: #eaeaea;
}
.product-cate li {
    display: inline-block;
    margin: 10px;
    font-size: 16px;
    background: #005ad2;
    padding: 5px 20px;
    border-radius: 15px;
}
.product-cate li a {
    color:#fff;
}
.product-cate li:hover {
    background: #ff7f27;
}

.product-box{
    margin-top: 30px;
    overflow: hidden;
}
.product-box ul li{
    margin-bottom: 30px;
    padding: 0px;
}
.product-box ul li a{
    overflow: hidden;
    display: block;
    margin: 0 18px;
    padding-bottom: 20px;
    background: #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.product-box ul li:hover a{
    background-color: #ff7f27;
}
.product-box ul li .pic{
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.product-box ul li:hover .pic{
    -webkit-transform: translateY(-7%);
    -ms-transform: translateY(-7%);
    -o-transform: translateY(-7%);
    transform: translateY(-7%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.product-box ul li .pic img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.product-box ul li .tit{
    text-align: center;
    padding: 20px 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-box ul li:hover .tit{
    color: #fff;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.product-box ul li .more{
    display: block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #ff7f27;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.product-box ul li:hover .more{
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    background-color: #fff;
    color: #ff7f27;
}

@media (max-width: 768px) {
    .product-box ul li a {
        margin: 0 4px;
    }
}

.adv-box {
    background: url(../images/advbg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.adv-con{
    padding-left: 2.8%;
    margin: 3% 0;
}
.adv-con li{   
    margin: 30px 0;
    overflow: hidden;
}
.adv-con li .pic{
    float: left;
    width: 67px;
    height: 67px;
    border-radius: 50%;
}
.adv-con li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-con li .txt{
    overflow: hidden;
    padding-left: 40px;
    color: #fff;
}
.adv-con li .txt .tit{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}
.adv-con li .txt p{
    font-size: 14px;
    color: #d4e6ff;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .adv-box {
        background: #005ad2;
    }
    .adv-con li {
        margin: 10px 0;
    }
    .adv-con li .txt {
        padding-left: 10px;
    }
    .adv-con li .txt .tit{
        font-size: 18px;
        margin-bottom: 0px;
    }
}

.choose-box{
    overflow: hidden;
    padding-bottom: 45px;
}
.choose-box li{
    padding-bottom: 30px;
}
.choose-box li .con{
    background-color: #005ad2;
    border-radius: 10px;
    padding: 30px 0;
}
.choose-box li:hover .con{
    background-color: #ff7f27;
}
.choose-box li .pic{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.choose-box li .pic img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.choose-box li .txt{
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
.choose-box li .txt .tit{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 6px;
}
.choose-box li .txt span{
    display: block;
}
.choose-box li .txt em{
    width: 1px;
    height: 25px;
    display: block;
    margin: 10px auto 15px;
    background-color: #fff;
}
.choose-box li .txt p{
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .choose-box li{
        padding-bottom: 15px;
    }
    .choose-box li .con{
        padding: 10px 0;
    }  
    .choose-box li .txt p {
        margin-bottom: 0px;
    } 
}

.about-pic {
    padding: 0px;
}
.about-txt {
    background: #fff;
    border-top: 5px solid #005ad2;
    padding: 20px 20px 38px 20px;
    color: #666;
    line-height: 28px;
}
.about-txt h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.about-more {
    font-weight: bold;
    color: #005ad2!important;
}

.slogan-box {
    background: url(../images/hengf.png) no-repeat center;
    background-size: cover;
    padding: 90px 0;
    overflow: hidden;
    color: #fff;
}
.slogan span {
    font-size: 30px;
}

.search{
	position: relative;
	height: 41px;
	margin: 6px 0;
}
.search_text{
	width: 370px;
    height: 41px;
    color: #666;
    padding-left: 5px;
    outline: none;
    background: #fff;
    border: none;
}
.search_select{
	width:51px;
	height:40px;
	display: none;
}
.search_select select{
	display:none;
}
.select_box{
	position:relative;
	height:20px;
}
.search_select .select_showbox{
	width:40px;
	color:#989898;
	background:url(../images/seaBg.png) no-repeat right center;
	line-height:13px;
	border-left:1px solid #dedede;
	padding-left:8px;
	margin:8px 0px;
}
.select_option {
	position:absolute;
	top:22px;
	border: 1px solid #dddddd;
	border-top: 0px;
	background: #fff;
	right: -4px;
	width:53px;
	line-height:24px;
	display:none;
}
.select_option li{
	padding-left:9px;
	color:#989898;
}
.select_option li.hover{
	background:#f9f9f9;
}


@media (max-width: 768px) {
    .slogan {
        margin-bottom: 20px;
    }
	.search_text {
		width:200px!important;
	}
}

.news-left {
    background: url(../images/news-bg.png) repeat-x;
    padding: 10px 20px;
}
.news-tit {
    color: #fff;
    padding: 10px 0;
}
.news-tit .tit{
    font-size: 20px;
    font-weight: 600;
}
.news-tit span{
    display: block;
}
.news-com {
    
}
.news-com .pic{
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 60%;
}
.news-com .pic img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}
.news-com .txt{
    margin-top: 20px;
}
.news-com .txt .tit{
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}
.news-com:hover .txt .tit{
    color: #ff7f27;
}
.news-com .txt .time{
    display: block;
    font-size: 12px;
    color: #666;
    padding-bottom: 10px;
}
.news-com .txt p {
    font-size: 12px;
    line-height: 22px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-hyzx {
    padding: 14px 30px;
    background: #fff;   
}
.news-info {
    margin: 29px 0;
    overflow: hidden;	
}
.newslist .news-info {
	border-bottom: 1px solid #eee;
}
.news-info .pic{
    float: right;
	padding: 0px;
}
.news-info .pic img{
    display: inline-block;
    vertical-align: middle;
	max-height: 50px;
}
.news-info .news-item{
    float: left;
	padding: 0px;
}
.news-info .news-item .time{
    float: left;
    color: #999;
}
.news-info .news-item .time span{
    display: block;
}
.news-info .news-item .time em{
    font-style: normal;
    font-size: 16px;
}
.news-info:hover .news-item .time span{
    color: #ff7f27;
}
.news-info .news-item .txt{
    padding-left: 25px;
    overflow: hidden;
}
.news-info .news-item .txt .tit{
    font-size: 16px;
    color: #333;
    font-weight: 400;
    transition: .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-info:hover .news-item .txt .tit{
    color: #ff7f27;
}
.news-info .news-item .txt p{
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 15px;
}
@media(min-width: 768px) and (max-width: 992px) {
    .news-com .pic{
        padding-top: 35%;
    }
}
@media (max-width: 992px) {
    .news-jl{
        margin: 15px -15px 0 -15px;
    }
	.news-info {
		margin: 20px 0;
	}
}

.buss-box {
	background: #005ad2;
	padding: 20px 0;	
}
.buss-box span {
	color: #fff;
	font-weight: bold;
}
.buss-box a {
	color: #fff;
	display: inline-block;
    padding-right: 15px;
}
/*底部*/
.footer {
	background: #333;
	color: #fff;	
}
.footnav {
    border-bottom: 1px solid #7f7f7f;
    padding: 10px 0;
    text-align: center;
}
.footnav li {
    display: inline-block;
}
.footnav a{
	color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
}
.wx{
    display: inline;
}
.copyright {
	background:#262626;
	padding:15px 0;
	color: #ccc;
}
.copyright p {
    line-height:25px;
}
.copyright a {
	color: #ccc;
}

.crumb {
	line-height: 50px;
    color: #000;
	font-size:16px;
	border-bottom: 1px solid #e1e1e1;
}
.crumb a {
	color:#000;
}
.crumb img {
	display:inline;
	padding-right:10px;
}
.imain {
	padding: 30px 0;	
}
.probg {
	background: #eaeaea;
}
.com_tit {
	font-size: 22px;
}
.sort {
	padding:20px 0;
	margin:0 auto;
}
.sort ul li {
	display:inline-block;
	margin:10px;
	font-size:16px;
	background: #005ad2;
    padding: 5px 15px;
	border-radius: 15px;
}
.sort ul li a {
	color: #fff;
}
.aboutcon p {
	line-height:35px;
	text-indent:2em;
}
.protext {
	line-height:30px;
	padding:10px;
	border: 1px solid #ccc;
}
/*分页*/
.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li a {
	padding: 5px 8px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	font-size:12px;
}
.pages li a:hover {
	padding: 4px 8px;
	border: 1px solid #005ad2;
	background: #005ad2;
	color: #fff;
}
.content {
    padding: 10px;	
    line-height: 30px;
}
.pro_detail h1{
	text-align: center;
    font-size: 16px;
	line-height: 30px;
}
.para {
	margin-top:15px;
}
.para img {
	display:inline-block;
}
.para p {
	line-height:30px;
    border-bottom: 1px dashed #e0e1dc;	
}
.p_detail {
	padding:15px 0;
}
.p_detail .p_tit {
	line-height: 30px;
    display: block;
	color: #005ad2;
    font-weight: 700;
    border-bottom: 1px solid #005ad2;
}
.p_detail p {
	line-height:30px;
}
.tag {
    border-top: 1px dashed #e0e1dc;
    color: #999;
}
/*相关新闻*/
.related_list h4{
	line-height: 30px;
    border-bottom: 1px solid #005ad2;
    padding-left: 5px;
	color: #005ad2;
	font-weight: bold;
}
.related_news li a {
	width: 75%;
	float: left;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.related_news li span {
	width: 25%;
	float: right;
	text-align: right;
} 
/*相关产品*/
.related_pro li {
	margin:20px 0;
}
.related_pro li img {
    border: 1px solid #e0e1dc;
}
.related_pro li img:hover{
	border:1px solid #005ad2; 
}
.related_pro li span {
	display:block;
	line-height:30px;
}
.n_para {
	border-bottom: 1px solid #e0e1dc;
}
@media(max-width:768px){
	.n_para span{
		display:block;
	}
}
.seo {
	line-height: 30px;
	border-bottom: 1px dashed #e0e1dc;
}
.seo a {
	display:inline-block;
}













/*网站地图*/
.map img {
	
}
.sitemap {
	margin:10px 0;
}
.sitemap h3 {
	margin:20px 0;
	font-size:16px;
}
.sitemap dl a {
	margin-right:10px;
}


@media (max-width:767px){
	body {
		padding-bottom:70px;
	}
	.jianju {
        padding: 20px 15px;
    }
	.about-box {
		padding-top: 15px;
	}
	.n_para span{
		display:block;
	}
}

.carousel-inner>.item {
    text-align: center;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: inline-block;
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 3px 0;
  border-right: 1px solid #666;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
	text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

